All Questions
2 questions
1vote
1answer
728views
Ruby Tic-Tac-Toe two-player
As a preface, I'm very new to coding (self-learning) so if you notice any bad habits please let me know, it would be GREATLY appreciated. I'm self-learning Ruby so I don't really have a frame of ...
0votes
1answer
353views
Ruby BST code for insertion implementation
After some help in understanding difference why direct assignment with setter methods don't work, here is my code for a simple BST in ruby. Would appreciate your reviews and suggestions to refactor ...